Skip to main content

All Questions

2votes
2answers
619views

When to update a database from changes in a "live" HTML form?

I'm working with some software that uses an HTML form for a user interface to change some configuration information. The back end is a database (loosely speaking). The front end has a hierarchy of ...
Jason S's user avatar
4votes
4answers
334views

What is the "architecture" that provides functionality to application-level URI interfaces, like chrome:// and Firefox's about:config, etc?

According to Wikipedia, about is an internal URI scheme (also known as a "URL scheme" or, erroneously, "protocol") in various web browsers to display certain built-in functions. It is not an ...
alex gray's user avatar
2votes
4answers
788views

Should every front-end developer understand the basic aspects of design?

I'd say that we're developing software in a world where the front-end of an application is probably the most important. The increasing ability for a user to access and interact with software almost ...
EMMERICH's user avatar
13votes
10answers
8kviews

Login using email or username?

Is registration login using email a better idea than username to identify the user?
Jiew Meng's user avatar

close